From: Richard M. Stallman Date: Sat, 29 May 1993 05:00:58 +0000 (+0000) Subject: (timer): Link with $(LOADLIBES). X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~95823 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=a210860236582d73c57e620c3a4a19275d187940;p=emacs.git (timer): Link with $(LOADLIBES). --- diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in index 6740ab8126c..135b7b3d4f0 100644 --- a/lib-src/Makefile.in +++ b/lib-src/Makefile.in @@ -248,7 +248,7 @@ getdate.o: ${srcdir}/getdate.y ../src/config.h timer.o: ${srcdir}/timer.c ../src/config.h $(CC) -c -I${srcdir}/../src $(ALL_CFLAGS) ${srcdir}/timer.c timer: ${TIMEROBJS} - $(CC) -I${srcdir}/../src $(ALL_CFLAGS) ${TIMEROBJS} -o timer + $(CC) -I${srcdir}/../src $(ALL_CFLAGS) ${TIMEROBJS} $(LOADLIBES) -o timer make-path: ${srcdir}/make-path.c $(CC) $(ALL_CFLAGS) ${srcdir}/make-path.c -o make-path